Kotlin JS GitHub Action SDK
/
com.rnett.action
/
Path
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Sources
Functions
cd
Link copied to clipboard
fun
cd
(newWD:
Path
)
Content copied to clipboard
Change the working directory
resolve
Link copied to clipboard
fun
resolve
(rawPath:
String
):
String
Content copied to clipboard
Resolve a raw path, replacing
~
if present.
Properties
cwd
Link copied to clipboard
var
cwd
:
Path
Content copied to clipboard
The current working directory.
pathSeparator
Link copied to clipboard
val
pathSeparator
:
String
Content copied to clipboard
The current OS's path separator.
userHome
Link copied to clipboard
val
userHome
:
Path
Content copied to clipboard
The current user's home dir.
Sources
js source
Link copied to clipboard